Removes the specified user from the collection.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Function Remove ( _
	user As T _
) As Boolean
C#
public bool Remove(
	T user
)

Parameters

user
Type: T
User to remove.

Return Value

True if removed.

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also